DecimalNINumericDecimalNLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalN INumeric<DecimalN>.LogicalExclusiveOr(
DecimalN value
)
Private Function LogicalExclusiveOr (
value As DecimalN
) As DecimalN Implements INumeric(Of DecimalN).LogicalExclusiveOr
private:
virtual DecimalN LogicalExclusiveOr(
DecimalN value
) sealed = INumeric<DecimalN>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : DecimalN -> DecimalN
private override LogicalExclusiveOr :
value : DecimalN -> DecimalN
- value DecimalN
- The value with which to compute the logical exclusive OR.
DecimalNThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)